Micron Document
Fox's Git Mirrors

Commit ef702bc696f7834f11b8fe85f85f7f0cd023fecc


Parents : b26f4b6
Author : Ivan <e318cbc04468bd574db2b4523dddd710>
Signature : T66BB85Valid, signed by author
Date : 2026-08-13T10:00:01-05:00

feat: add mutation testing for backbone package

Changes

2 files changed, 1 insertions(+), 0 deletions(-)


Diff

diff --git a/reticulum-go.rsm b/reticulum-go.rsm
index 14dc69a5..75944b8b 100644
Binary files a/reticulum-go.rsm and b/reticulum-go.rsm differ

diff --git a/scripts/ci/run-mutation.sh b/scripts/ci/run-mutation.sh
index e5e579cf..c4d9e4f2 100755
--- a/scripts/ci/run-mutation.sh
+++ b/scripts/ci/run-mutation.sh
@@ -35,6 +35,7 @@ else
run_pkg ./pkg/destination 45 "$MAX" || failed=1
run_pkg ./pkg/identity 50 "$MAX" || failed=1
run_pkg ./pkg/ifac 45 "$MAX" || failed=1
+ run_pkg ./pkg/backbone 40 "$MAX" || failed=1
fi
if [ "$failed" -ne 0 ]; then

Served by rngit 1.5.2 - Generated in 0.04s